Skip to content

add Pumpkin voxel modules, jitson JIT engine, holo optics, and SIMD enhancements`#29

Merged
AdaWorldAPI merged 5 commits into
masterfrom
claude/continue-session-0mAVa
Mar 24, 2026
Merged

add Pumpkin voxel modules, jitson JIT engine, holo optics, and SIMD enhancements`#29
AdaWorldAPI merged 5 commits into
masterfrom
claude/continue-session-0mAVa

Conversation

@AdaWorldAPI
Copy link
Copy Markdown
Owner

Summary

claude added 5 commits March 24, 2026 16:44
Pumpkin Shopping List (9 new items):
- property_mask.rs: compiled bitset property queries, batch test_section
- nibble.rs: 4-bit nibble pack/unpack/sub_clamp/threshold
- aabb.rs: AABB batch intersection, expand, squared distance
- distance.rs: batch f32/f64 squared distance, radius filter, knn
- byte_scan.rs: NBT byte/u16 pattern scanner
- spatial_hash.rs: 3D spatial hash grid with radius/knn queries
- jitson/noise.rs: NoiseParams for JIT octave baking
- bitwise.rs: popcount_batch_u64, popcount_per_word, masked_popcount
- palette_codec.rs: unpack_indices_simd with AVX2 4-bit fast path

Integration wiring:
- clam.rs: rho_nn_candidates + clam_cascade_search bridge
- crystal_encoder.rs: search_similar, pipeline_encode_search
- arrow_bridge.rs: ThreePlaneFingerprintBuffer, SoakingBuffer, BindNodeV2

https://claude.ai/code/session_01CdqyUTUfjKZuk8YGJzv6LB
- Don't break knn search immediately when k candidates found — check if
  next ring could contain closer points first
- Compare distances instead of IDs in test (tie-breaking is implementation-defined)

https://claude.ai/code/session_01CdqyUTUfjKZuk8YGJzv6LB
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@AdaWorldAPI AdaWorldAPI merged commit e856f30 into master Mar 24, 2026
5 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants